From abbd69e747b50929f9235db90552378135096637 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Fri, 20 Apr 2018 22:20:31 +0100 Subject: [PATCH] avoid windows path assertion bug --- tests/testsuite/bench.rs | 2 +- tests/testsuite/run.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testsuite/bench.rs b/tests/testsuite/bench.rs index 770faf9d3..6f6a0d116 100644 --- a/tests/testsuite/bench.rs +++ b/tests/testsuite/bench.rs @@ -757,7 +757,7 @@ An explicit [[bench]] section is specified in Cargo.toml which currently disable automatically inferring other benchmark targets. This inference behavior will change in \ the Rust 2018 edition and the following files will be included as a benchmark target: -* \"[..]foo[/]benches[/]bench_basic.rs\" +* \"[..]bench_basic.rs\" This is likely to break cargo build or cargo test as these files may not be ready to be compiled \ as a benchmark target today. You can future-proof yourself and disable this warning by \ diff --git a/tests/testsuite/run.rs b/tests/testsuite/run.rs index 5fdac77c7..7f2d7d6ed 100644 --- a/tests/testsuite/run.rs +++ b/tests/testsuite/run.rs @@ -450,7 +450,7 @@ An explicit [[example]] section is specified in Cargo.toml which currently disab automatically inferring other example targets. This inference behavior will change in \ the Rust 2018 edition and the following files will be included as a example target: -* \"[..]foo[/]examples[/]a.rs\" +* \"[..]a.rs\" This is likely to break cargo build or cargo test as these files may not be ready to be compiled \ as a example target today. You can future-proof yourself and disable this warning by \ -- 2.30.2